[]
        
(Showing Draft Content)

C1.DataCollection.C1ScopedDataCollection-1.CanSort

CanSort Method

CanSort(params SortDescription[])

Returns whether the collection is able to sort the specified sort descriptions.

Declaration
public override bool CanSort(params SortDescription[] sortDescriptions)
Public Overrides Function CanSort(ParamArray sortDescriptions As SortDescription()) As Boolean
Parameters
Type Name Description
SortDescription[] sortDescriptions

The sort descriptions to be checked whether the collection can be sorted.

Returns
Type Description
bool
Overrides